home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Guide / card_16168.txt < prev    next >
Text File  |  1989-06-08  |  3KB  |  119 lines

  1. -- card: 16168 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 15750
  5. -- name: Topic card example
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=80 top=226 right=249 bottom=248
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 20
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: SCCS Command Summary
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 8655
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 8000
  30. -- rect: left=80 top=251 right=274 bottom=248
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 20
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: SCCS Keywords
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to card id 13171
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=476 top=89 right=118 bottom=511
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: arrowPrev
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   go to card id 14052
  61. end mouseUp
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=56 top=221 right=251 bottom=86
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 27475 / 27475
  70. -- text alignment: 0
  71. -- font id: 20
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: SCCS Command Summary
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to card id 8655
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=56 top=246 right=276 bottom=86
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 27475 / 27475
  89. -- text alignment: 0
  90. -- font id: 20
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: SCCS Keywords
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go to card id 13171
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part contents for background part 7
  103. ----- text -----
  104. About SCCS
  105.  
  106. -- part contents for background part 8
  107. ----- text -----
  108. The Source Code Control System (SCCS) makes it possible for a user to keep track of each revision of a document or source code file, avoiding the confusion that often arises from having several versions of one file on line.  It is particularly useful when enhancements are made to a program, but the original may still be useful to keep around.  Each time a file is "entered" into SCCS, SCCS makes note of which lines have been changed or deleted since the most previous version, and from that information can regenerate the file on demand.  Each set of changes is dependent on all previous sets of changes.
  109.  
  110.  
  111.  
  112.  
  113. -- part contents for background part 9
  114. ----- text -----
  115. 1 of 21
  116.  
  117. -- part contents for background part 12
  118. ----- text -----
  119. Keeping Track of Different Versions of a File